home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000295_jaltman@watsun.cc.columbia.edu_Sat Aug 17 10:02:53 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  58 lines

  1. Article: 13625 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: ssh passphrase prompt?
  6. Date: 17 Aug 2002 12:24:19 GMT
  7. Organization: Columbia University
  8. Lines: 41
  9. Message-ID: <ajlf9j$nh4$1@newsmaster.cc.columbia.edu>
  10. References: <usn1enyyp.fsf@att.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1029587059 24100 128.59.39.2 (17 Aug 2002 12:24:19 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 17 Aug 2002 12:24:19 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13625
  16.  
  17. In article <usn1enyyp.fsf@att.net>,
  18. Thomas A. Horsley <tom.horsley@att.net> wrote:
  19. : Quoting from the html docs from my kermit 2.0 directory:
  20. : >As with all Kermit's other features, the SSH client is configurable by the
  21. : >user in every conceivable way (so anybody who doesn't like its defaults or
  22. : >behavior can change them) and it includes built-in key creation and
  23. : >management tools so no external "helper applications" are required.
  24. : So where is the command I haven't found yet to customize the way ssh prompts
  25. : for a passphrase when using public key authorization? (I can conceive of
  26. : this, so it must be possible, right? :-).
  27. : Alternatively, is there something like a /passphrase: switch I can use on
  28. : the ssh command when making a connection? Or a set ssh passphrase command?
  29. : (That way I could customize the prompt with askq and just pass the answer
  30. : on).
  31.  
  32. SSH hostname /PASSWORD:<passphrase>
  33.  
  34. : I ask because I'm working on my master plan for interfacing emacs and kermit
  35. : and my current brainstorm is that everything would be simpler if I could
  36. : write kermit scripts that interact with emacs in known fixed format ways
  37. : without needing to build too many special cases into the lisp part of things
  38. : and let the kermit scripts do the magic they do best with scripts to talk to
  39. : wildly divergent systems and feedback things like password prompts to emacs
  40. : in a standard form, but then I realized that I didn't know how to do
  41. : anything about "standardizing" that very first passphrase prompt when using
  42. : ssh since it is coming from kermit, not the remote system.
  43.  
  44. But what you really want is to use
  45.  
  46.   SSH AGENT ADD <identity-file>
  47.  
  48. except that the SSH-AGENT.EXE program in 2.0 is broken.  This will be fixed
  49. in 2.1.
  50.  
  51.  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
  52.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  53.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  54.  kermit-support@columbia.edu               OpenSSL.
  55.